home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_2409
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
211b
|
13 lines
if(eval("/Variables:PorteExplose") == true and eval("/Variables:PontOuvert") == true)
{
gotoAndStop(3);
}
else if(eval("/Variables:PontOuvert") == true)
{
gotoAndStop(2);
}
else
{
stop();
}